This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~James Zenfoozenlen 24.Feb.03 10:52 PM a Web browser Domino Designer6.0.1Windows XP
I'm hoping I'm missing something simple, but the more I struggle with this the more it feels like a bug:
I have a computed field (call it 'A') who's value is the product of two other fields, a simple number (B) field and a computed number field (C).
I can have the field equate to either field without a problem (A:=B or simply B in the formula box or A:=C or C) and it works fine.
As soon is I define the formula to be a product of B & C (A:=b*c or b*c) I get a Incorrect Data type error.
Simple math works in the formula ( 2 * 2 )
And field * a number works ( B * 2 )...
but anything involving multiple fields fails. I've tried other field names, forcing a numeric conversion (i.e. @toNumber) and enabling COMPUTE AFTER VALIDATION on the field properties.
Any suggestions? Am I missing something simple or is this buggy?